home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / user / matchanalysis.data < prev    next >
Text File  |  1999-11-29  |  4KB  |  69 lines

  1. /* English Translation for MatchAnalysis.rexx */
  2.  
  3.   var.1  = "txt_league_title = 'Match Analysis for '"
  4.   var.2  = "txt_matches      = 'Matches Played : '"
  5.   var.3  = "txt_weekwins1    = 'Highest Number of Home Wins: Week No.'"
  6.   var.4  = "txt_weekwins2    = '                  Away Wins: Week No.'"
  7.   var.5  = "txt_weekloss     = '                  Losses   : Week No.'"
  8.   var.6  = "txt_weekdraws    = '                  Draws    : Week No.'"
  9.   var.7  = "txt_high1        = '  with '"
  10.   var.8  = "txt_wins         = ' wins.'"
  11.   var.9  = "txt_losses       = ' losses.'"
  12.   var.10 = "txt_draws        = ' draws.'"
  13.   var.11 = "txt_weekhiscore  = 'Highest Scoring: Week No.'"
  14.   var.12 = "txt_weekloscore  = 'Lowest Scoring : Week No.'"
  15.   var.13 = "txt_goals        = ' goals.'"
  16.   var.14 = "txt_goalpermatch = ' goals per match.'"
  17.   var.15 = "txt_datewins1    = 'Highest Number of Home Wins: Week ending '"
  18.   var.16 = "txt_datewins2    = '                  Away Wins: Week ending '"
  19.   var.17 = "txt_dateloss     = '                  Losses   : Week ending '"
  20.   var.18 = "txt_datedraws    = '                  Draws    : Week ending '"
  21.   var.19 = "txt_high2        = ' with '"
  22.   var.20 = "txt_datehiscore  = 'Highest Scoring: Week ending '"
  23.   var.21 = "txt_dateloscore  = 'Lowest Scoring : Week ending '"
  24.   var.22 = "txt_weektable1   = 'Week No.    Games        Wins                          Goals '"
  25.   var.23 = "txt_weektable2   = '            Played    Home  Away    Draws    Losses    Scored'"
  26.   var.24 = "txt_datetable1   = 'Week        Games        Wins                          Goals '"
  27.   var.25 = "txt_datetable2   = 'Ending      Played    Home  Away    Draws    Losses    Scored'"
  28.   var.26 = "txt_line         = '---------   ------    ----------    -----    ------    ------'"
  29.   var.27 = "ma_t1            = 'ERROR :    (MatchAnalysis)'"
  30.   var.28 = "ma_t2            = 'Cannot find '"
  31.   var.29 = "ma_t3            = 'Cannot read '"
  32.   var.30 = "ma_t4            = 'for league name'"
  33.   var.31 = "ma_t5            = 'to check what type of schedule it is.'"
  34.   var.32 = "ma_t6            = 'Highest Average Goals Per Match: Week No.'"
  35.   var.33 = "ma_t7            = 'Lowest Average Goals Per Match : Week No.'"
  36.   var.34 = "ma_t8            = 'Highest Average Goals Per Match: Week ending'"
  37.   var.35 = "ma_t9            = 'Lowest Average Goals Per Match : Week ending'"
  38.   var.36 = "ma_t10           = 'goals per match.'"
  39.   var.37 = "ma_t11           = 'Unable to find the locale that matches this datafile.'"
  40.   var.38 = "txt_weekog       = '                 Own Goals : Week No.'"
  41.   var.39 = "txt_weekred      = '                 Red Cards : Week No.'"
  42.   var.40 = "txt_weekyell     = '                 Bookings  : Week No.'"
  43.   var.41 = "txt_ogoals       = ' own goals.'"
  44.   var.42 = "txt_reds         = ' players sent off.'"
  45.   var.43 = "txt_yellows      = ' players booked.'"
  46.   var.44 = "txt_dateog       = '                 Own Goals : Week ending '"
  47.   var.45 = "txt_datered      = '                 Red Cards : Week ending '"
  48.   var.46 = "txt_dateyell     = '                 Bookings  : Week ending '"
  49.   var.47 = "txt_owngoals1    = 'Own  '"
  50.   var.48 = "txt_owngoals2    = 'Goals'"
  51.   var.49 = "txt_ogl          = '-----'"
  52.   var.50 = "txt_bookings     = 'Booked'"
  53.   var.51 = "txt_bl           = '------'"
  54.   var.52 = "txt_sendingoff1  = 'Sent'"
  55.   var.53 = "txt_sendingoff2  = 'Off '"
  56.   var.54 = "txt_sol          = '----'"
  57.   var.55 = "txt_weekattd     = '                Attendance : Week No.'"
  58.   var.56 = "txt_dateattd     = '                Attendance : Week ending '"
  59.   var.57 = "txt_attends      = 'Attend'"
  60.   var.58 = "txt_al           = '------'"
  61.  
  62.  
  63.  
  64. /* Please don't change the following lines */
  65.  
  66.   setclip('VarCount', 58)
  67.   do i = 1 to 58
  68.     call setclip('var.'i, var.i)
  69.   end